/ Assembly List / LJCWinFormControls / ListHelper / SetPageSplitControl

Namespace - LJCWinFormControls


Parameters
page - The parent tab page.
childSplit - The child SplitContainer.
adjust - The adjustment value.
splitLeft - The child Left value.
splitTop - The child Top value.

Syntax

C#
public static Void SetPageSplitControl(TabPage page, SplitContainer childSplit, Int32 adjust = 0, Int32 splitLeft = 0, Int32 splitTop = 0)

Sets size and position for child SplitterContainer in a TabPage control.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.